﻿body {
    background-color: #F7F9FF; /* was #589A9A */
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    text-decoration: none;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

.headingText {
    color: black;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}

.subHeadingText {
    color: black;
    font-size: 1.15em;
    font-weight: bold;
}
.labelText {
    color: black;
    font-weight: bold;
    text-align: right;
}
.instructionText {
    color: black;
    font-weight: bold;
    text-align: left;
}
.subInstructionText {
    color: black;
    text-align: left;
    font-style: italic;
}
.contentText {
    color: black;
    text-align: left;
    margin-top: 0.25em;
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
}
.secondaryText {
    color: black;
}
.errorText {
    color: #C00000;
    background-color: white;
}
.buttonPageChange {
    color: white;
    background-color: #345673; /* dark blue; #006FB7=Broward blue (was orange) */
    font-size: 1em;
    font-weight: bold;
    padding: 5px;
    text-decoration: none;
    width: 15em;
}
.buttonAction {
    color: white;
    background-color: #345673; /* dark blue; #006FB7=Broward blue */
    font-size: 1.2em;
    font-weight: bold;
    padding: 5px;
    text-decoration: none;
    width: 85%;
}
.buttonActionPage {
    color: white;
    background-color: #345673; /* dark blue; #006FB7=Broward blue */
    font-size: 1.2em;
    font-weight: bold;
    padding: 5px;
    text-decoration: none;
}

.col-buttons {
    width: 18em;
}

[class*="col-"] {
    float: left;
    padding: 15px;
}

.col-0pt5 {
    width: 4.16%;
}
.col-1 {
    width: 8.33%;
}
.col-1pt25 {
    width: 10.4%;
}
.col-1pt5 {
    width: 12.5%;
}
.col-2 {
    width: 16.66%;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width: 33.33%;
}
.col-5 {
    width: 41.66%;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 58.33%;
}
.col-8 {
    width: 66.66%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.33%;
}
.col-11 {
    width: 91.66%;
}
.col-12 {
    width: 100%;
}
.inabox {
    border: 1px solid black;
}

.internalText {
    color: red;
}

.lightText {
    color: white;
}
.startBackground {
    background-color: white; 
}

.HHMemberContainer {
    background-color: ivory;    /*#FFFFC0;*/
}
.contentContainer {
    background-color: white;
}

